$(call gb_CustomTarget_get_target,rust_uno/cargo): \
$(call gb_Library_get_target,rust_uno-cpp) \
$(gb_CustomTarget_workdir)/rust_uno/rustmaker/cpp
- cd $(SRCDIR)/rust_uno && cargo build $(if $(verbose),--verbose,) --release
+ cd $(SRCDIR)/rust_uno && export DEB_CARGO_CRATE=rust-uno_$(shell grep version rust_uno/Cargo.toml | awk '{ print $$3 }' | sed -e s/\"//g); cargo build $(if $(verbose),--verbose,) --release
#TODO: Add to the general pattern rule from solenv/gbuild/CustomTarget.mk, instead of having to
# repeat its recipe here: